runtime.gcControllerState.fractionalUtilizationGoal (field)
8 uses
runtime (current package)
mgc.go#L300: return float64(selfTime)/float64(delta) > 1.2*gcController.fractionalUtilizationGoal
mgcpacer.go#L347: fractionalUtilizationGoal float64
mgcpacer.go#L414: c.fractionalUtilizationGoal = (totalUtilizationGoal - float64(dedicatedMarkWorkersNeeded)) / float64(procs)
mgcpacer.go#L416: c.fractionalUtilizationGoal = 0
mgcpacer.go#L422: c.fractionalUtilizationGoal = 0
mgcpacer.go#L464: "+", c.fractionalUtilizationGoal, "\n")
mgcpacer.go#L789: } else if c.fractionalUtilizationGoal == 0 {
mgcpacer.go#L799: if delta > 0 && float64(pp.gcFractionalMarkTime)/float64(delta) > c.fractionalUtilizationGoal {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |